button: Handle touch events
authorCarlos Garnacho <carlosg@gnome.org>
Wed, 4 Jan 2012 23:35:04 +0000 (00:35 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 1 Mar 2012 21:25:25 +0000 (16:25 -0500)
commit2ccf29f6b3c68e910912badea97329c2c4602cb7
tree775bbde833eebc38491a1b7f70f31de9d1072fde
parent518a5798383b54c19ab535462b0251863c1a4079
button: Handle touch events

Touch events don't generate crossing events themselves, so
do not rely on these to determine whether the button release
happened within the event window.
gtk/gtkbutton.c